In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle / Translate Method

Translate Method (GdPictureRectangle)

In This Topic
Syntax
'Declaration

 

Public Sub Translate( _

   ByVal dx As Integer, _

   ByVal dy As Integer _

) 
public void Translate( 

   int dx,

   int dy

)
public procedure Translate( 

    dx: Integer;

    dy: Integer

); 
public function Translate( 

   dx : int,

   dy : int

);
public: void Translate( 

   int dx,

   int dy

) 
public:

void Translate( 

   int dx,

   int dy

) 

Parameters

dx
dy
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle
GdPictureRectangle Members